public class Main extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
_configFile
Configuration file.
|
private static String |
_cssFile
File with CSS.
|
private static String |
_inputFile
Input HTML file.
|
private static String |
_outputFile
Output LaTeX file.
|
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static String |
getConfigFile()
Returns name of the file with configuration.
|
static String |
getCSSFile()
Returns name of the file with CSS.
|
static void |
main(String[] args)
|
private static void |
processCmdLineArgs(String[] args)
Processes command line arguments.
|
private static String _inputFile
private static String _outputFile
private static String _configFile
private static String _cssFile
public static void main(String[] args)
args
- command line argumentsprivate static void processCmdLineArgs(String[] args)
args
- command line argumentspublic static String getCSSFile()
public static String getConfigFile()